home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / pc / source / chap15 / newshaft.wrl < prev    next >
Encoding:
Text File  |  1996-12-24  |  610 b   |  27 lines

  1. #VRML V2.0 utf8 CosmoCreate3D V1.0
  2.  
  3. DEF ELEVATOR_ENTRY Viewpoint {
  4.     position    0 .5 12
  5.     description    "ENTRY"
  6. }
  7. DEF ELEVATOR Transform {
  8.     children [
  9.     Transform {
  10.            children 
  11.               DEF SHAFT Inline {
  12.                  url ["shaft.wrl"] 
  13.                  bboxSize 2 40 6
  14.               }
  15.               translation     0 0 0
  16.         },
  17.     Transform {
  18.            children 
  19.               DEF SHAFT Inline {
  20.                  url ["panel.wrl"] 
  21.                  bboxSize 4 8 1
  22.               }
  23.               translation  .45 .6 -.696
  24.           scale .04 .04 .04    
  25.         },
  26. ]}
  27.